Replaces LiteCAD GUI string. This function can be used to localize LiteCAD interface
to any language without loading LNG file.
Must be called inside of the LC_EVENT_ADDSTR event procedure.
BOOL lcStrSet (
LPCWSTR szTag,
LPCWSTR szText
);
Parameters
szTag
Tag for LiteCAD text string.
szText
Text string.
Return Value
If the function succeeds, the return value is nonzero (TRUE). A error may happen if a tag was not found.